home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / MCQX42HS.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  48 lines

  1. ; Microcom QX/4232hs
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;                     FRONT 1 2 3 4 5 6 7 8 9 10
  6. ;                           U D U U U D D D   U
  7. ;
  8. ;                     REAR  1 2 3 4 5 6 7 8
  9. ;                           D U D U D U U D
  10. ;
  11. ;                     T/D   in Data Mode
  12. ;                     O/A   your choice.
  13. ;
  14. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  15. ; program, type the following lines and press ENTER after each.  Then
  16. ; exit and restart TE/2.
  17. ;
  18. ;       AT&F
  19. ;       ATE1Q0X4\V2\N5\J0\Q3
  20. ;       AT&D2&C1&T5%C3&W
  21. ;
  22. ; NOTES: Set ALL dialing directory entries to 38400 baud
  23. ;        Data compression is enabled via AT%C3
  24. ;        If running OS/2 1.x, change all 38400's to 19200
  25.  
  26. Baud          38400
  27. Parity        N
  28. WordLen       8
  29. StopBits      1
  30.  
  31. XonXoff       BOTH
  32. CtsRts        BOTH
  33. MatchBaud     FALSE
  34.  
  35. ModemInitStrg ATZ^M
  36. ModemDialStrg ATDT
  37. ModemDialSufx ^M
  38. ModemHangStrg ;
  39. DTRHangup     TRUE
  40.  
  41. Connect       CONNECT,38400
  42.  
  43. NoConnect     NO_DIALTONE
  44. NoConnect     NO_CARRIER
  45. NoConnect     BUSY
  46. NoConnect     VOICE
  47.  
  48.